From 7df932a0a58dd9e135c5d64f7600a7678970aac9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 7 Jul 2021 19:50:59 +0200 Subject: [PATCH] debian/control: Add dependencies to use upstream provided gi-docgen gi-docgen is still in NEW for some months now, so until that we can manually use the upstream provided version as subproject. --- debian/control | 11 ++++++++++- debian/control.in | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 62151796bd..7373d3f5e0 100644 --- a/debian/control +++ b/debian/control @@ -56,7 +56,16 @@ Build-Depends: adwaita-icon-theme , wayland-protocols (>= 1.21) [linux-any], xauth , xsltproc, - xvfb + xvfb , +# These dependencies are needed by the gi-docgen subproject, replace them +# with the proper gi-docgen version once it will be available in debian + python3 (>= 3.6) , + python3-jinja2 , + python3-markdown , + python3-markupsafe , + python3-pygments , + python3-toml , + python3-typogrify , Build-Depends-Indep: gtk-doc-tools (>= 1.33), libcairo2-doc, libglib2.0-doc, diff --git a/debian/control.in b/debian/control.in index 0656fe4b86..e0793726cb 100644 --- a/debian/control.in +++ b/debian/control.in @@ -56,7 +56,16 @@ Build-Depends: adwaita-icon-theme , wayland-protocols (>= 1.21) [linux-any], xauth , xsltproc, - xvfb + xvfb , +# These dependencies are needed by the gi-docgen subproject, replace them +# with the proper gi-docgen version once it will be available in debian + python3 (>= 3.6) , + python3-jinja2 , + python3-markdown , + python3-markupsafe , + python3-pygments , + python3-toml , + python3-typogrify , Build-Depends-Indep: gtk-doc-tools (>= 1.33), libcairo2-doc, libglib2.0-doc, -- 2.30.2